/*CSS 01-位置*/
*{margin:0;padding:0;}
/*body{margin:0;padding:0; font-family:"微软雅黑"; font-size:16px; line-height:1.5; cursor:default; color:#333;}*/
.rownew{margin-right:0px;margin-left:0px}
/*CSS 02-电脑适应*/
/*.a-02 { margin: 30px auto; width:1255px;}*//*默认20px，上下距离*/
.a-02 { margin: 0; width:1000px;}
.ztzl-list{ overflow: hidden; margin-top: 0px; margin-bottom: 0px; position: relative; }/*上下原20px*/
.ztzl-list ul { margin: 0 -10px!important; }
.ztzl-list ul li{ width: 50%; float: left; }
.ztzl-list li a{ display: block; margin: 0 10px; overflow: hidden; }/*轮播图中间距离*/
.ztzl-list li a img{ width: 100%; height: 78px; }
.ztzl-list li a:hover img{ -webkit-transform: scale( 1.2,1.2); -moz-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); -transform: scale(1.2,1.2) }
.ztzl-list .prev,.ztzl-list .next{ position:absolute; left:10px; top:50%; margin-top:-20px; display:block; width:32px; height:40px; background:url(../images/yaodaizhishi.png) -110px 5px no-repeat; }
.ztzl-list .next{ left:auto; right:10px; background-position:8px 5px; }
/*CSS 03-过渡效果*/
img, .ico,.a-03 .xxgk a,
.ztzl-list li a img,
#nav>li *,
.slideBox .bd li img { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all .3s ease-out; }
/*CSS 04-终端适应*/
@media only screen and (max-width: 1200px) {
    /***************************************** 首页.html *****************************************/
    .main{ width: calc(100% - 20px); margin: 0 auto; }
    /* 布局2 */
    .a-02 { margin:10px auto; }
    .ztzl-list{ margin-top: 10px; }
    .ztzl-list ul { margin: 0!important; }
    .ztzl-list ul li{ width: 100%; }
    .ztzl-list li a{ margin: 0; }